home *** CD-ROM | disk | FTP | other *** search
/ La Traviata / La Traviata.iso / viewer / msgifscn.zip / GIFSCN.DOC < prev    next >
Text File  |  1991-06-17  |  789b  |  25 lines

  1.                        GIFSCN - GIF file scanner
  2.                         Bill Davidsen - 6/17/91
  3.  
  4.   GIFSCN is a program to display the parameters of a GIF file, including
  5. its color map, for the file as a whole and every image in it, if it's a
  6. multi-image file.
  7.  
  8.   The documentation is by Bill Davidsen, along with a few minor tweaks.
  9. The actual program is by that popular author "unknown."
  10.  
  11. Command format
  12. ==============
  13.  
  14.   gifscn [options] filename
  15.  
  16. where options are:
  17.  -d output the colormap in decimal
  18.  -h output the colormap in hex
  19.  -p output the colormap in percentage RGB
  20.  -q don't output the colormap at all
  21.  
  22.   Lots of comments are given when the format isn't correct, use and
  23. enjoy. To the extent that I have any rights to this code whatsoever I
  24. release them to the public domain.
  25.